650da32c8ba7a32436f470b8781fe20f601f0a9e,impl/desktop/src/main/java/br/gov/frameworkdemoiselle/certificate/ui/view/Principal.java,Principal,initComponents,#,140
Before Change
setResizable(false);
setTitle(FrameConfig.LABEL_DIALOG_FRAME_TITLE.getValue());
paneltop.setBorder(BorderFactory.createTitledBorder(
BorderFactory.createEtchedBorder(),
FrameConfig.CONFIG_DIALOG_TABLE_LABEL.getValue(),
TitledBorder.DEFAULT_JUSTIFICATION,
TitledBorder.DEFAULT_POSITION,
new java.awt.Font(FrameConfig.CONFIG_DIALOG_TABLE_LABEL_FONT.getValue(), FrameConfig.CONFIG_DIALOG_TABLE_LABEL_FONT_STYLE.getValueInt(), FrameConfig.CONFIG_DIALOG_TABLE_LABEL_FONT_SIZE.getValueInt()))); // NOI18N
scrollPane.setAutoscrolls(true);
scrollPane.setViewportView(tableCertificates);
After Change
scrollPane.setAutoscrolls(true);
scrollPane.setViewportView(tableCertificates);
scrollPane.setBorder(BorderFactory.createTitledBorder(
BorderFactory.createEtchedBorder(),
FrameConfig.CONFIG_DIALOG_TABLE_LABEL.getValue(),
TitledBorder.DEFAULT_JUSTIFICATION,
TitledBorder.DEFAULT_POSITION,
new java.awt.Font(FrameConfig.CONFIG_DIALOG_TABLE_LABEL_FONT.getValue(), FrameConfig.CONFIG_DIALOG_TABLE_LABEL_FONT_STYLE.getValueInt(), FrameConfig.CONFIG_DIALOG_TABLE_LABEL_FONT_SIZE.getValueInt()))); // NOI18N
tableCertificates.setBorder(BorderFactory.createEmptyBorder(1, 1, 1, 1));